* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: Poppins;
    background-color: #f5f5f5;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.woff);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.woff);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.woff);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.woff);
}

@font-face {
    font-family: Poppins-light;
    src: url(../fonts/Poppins-Light.woff);
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url(../fonts/Poppins-ExtraLight.woff);
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url(../fonts/Montserrat-ExtraLight.woff);
}


p {
    font-size: 16px;
    margin-bottom: 0px;
    font-family: Poppins;
}

h1 {
    font-family: Poppins-ExtraLight;
    font-size: 40px;
    letter-spacing: 3px;

}

h2 {
    font-size: 50px;
    font-family: Poppins-Bold;
    color: #848585;
    margin-bottom: 25px;
    padding-top: 10px;

}

span {
    font-family: Poppins-Medium;
    font-size: 17px;
}

a {
    font-family: Poppins-SemiBold;

}

h6 {
    margin-bottom: 0px;
    font-family: Poppins-semibold;
}






/* header css start  */


.header-main .udyaan-responsive-logo {
    display: none;
}

.udyaan-logo-wrp {
    text-align: center;
    padding: 15px 0px;
    background-color: #ffffff;
}

.udyaan-logo-wrp img {
    width: 130px;
    position: relative;
    z-index: 1;
}

.header-links-parent {
    background: #18a0db;
}

.header-links-parent .navbar-expand-lg .navbar-collapse {
    justify-content: space-around;
}

nav.header-main.navbar.navbar-expand-lg {
    padding: 15px;
}

.header-links-parent .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 60px;
    /* margin-right: 17px; */
    color: #fff;
    font-family: Poppins-SemiBold;
    border-left: 3px solid #ffff;
    font-size: 16px;
    letter-spacing: 3px;
}

header .menu-toggle {
    position: absolute;
    right: 2.5rem;
    top: 49%;
    transform: translate(0, -50%);
    height: 40px;
    width: 40px;
}

header .menu-toggle,
.menu-toggle:hover {
    color: #000000;
}

header .menu-toggle-bar {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -15px;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #18a0db;
    transition: all 0.3s ease;
}

header .menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, -8px);
}

header .menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 8px);
}

.nav-open .menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, 0) rotate(45deg);
}

.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
    opacity: 0;
}

.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 0) rotate(-45deg);
}

/*---------------  home page page css start ----------------- */

/* home slider banner css start  */



.home-banner-parent .home-slider .carousel-indicators {
    display: none;
}

.home-banner-parent .home-slider .carousel-inner .carousel-item img {

    width: 100%;

}

.home-banner-parent .home-slider .carousel-caption {
    top: 41%;
}

.home-banner-parent .home-slider .carousel-caption h5 {
    font-family: Poppins-ExtraLight;
    font-size: 40px;
}

.home-banner-parent .home-slider .carousel-caption p {
    font-family: Montserrat-ExtraLight;
    margin-bottom: 0px;
    font-size: 20px;
    margin: 0px 14px;
}

.home-banner-parent .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}

.home-banner-parent .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
}


/* home slider banner css end  */

/* section cards css start  */

.cards-parent {
    /* background-color: #f5f5f5; */
    margin-top: -80px;
    z-index: 9;
    position: relative;
    /* right: 0px; 
    left: 0px; */
}

.cards-parent .cards-wrp {
    background-color: #fff;
    color: #000000;
    text-align: center;
    padding: 35px 35px;
    margin: 0px 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    height: 285px;
}

.cards-parent .cards-wrp:hover {
    background-color: #18a0db;
    color: #ffffff;
    transition: .3s;
}

.cards-parent .cards-wrp .card-content h4 {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px 0px;
}

.cards-parent .cards-wrp .card-icon img {
    width: 25%;
    margin: 0px auto;
}

.cards-parent .cards-wrp .card-icon img.card-img {
    display: none;
}

.cards-parent .cards-wrp:hover .card-icon img.card-img {
    display: block;
}

.cards-parent .cards-wrp:hover .card-icon img.card-hover-img {
    display: none;
}


/* section cards css end  */

/* section welcome css start  */

.welcome {
    /* height: 500px; */
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}


.welcome .welcome-content {
    padding-right: 30px;
}

.welcome .welcome-content .heading-top img {
    width: 24px;
}

.welcome .blue-line {
    width: 20%;
    background-color: #18a0db;
    padding: 2px;
}

.welcome .welcome-content h3 {
    font-family: Poppins-SemiBold;
    color: #18a0db;
    margin: 25px 0px;

}

.welcome .welcome-content p {
    margin-bottom: 25px;

}

.welcome .welcome-content .readmore-btn {
    margin-top: 80px;
}

.welcome .welcome-content .readmore-btn a {
    border: 2px solid #18a0db;
    padding: 10px 20px;
    text-decoration: none;
    color: #000000;
    transition: .3s;

}

.welcome .welcome-content .readmore-btn a:hover {
    border: 2px solid #18a0db;
    background-color: #18a0db;
    color: #ffffff;
}

.welcome-img-wrp {
    margin-left: 10px;
    overflow: hidden;

    border-radius: 10px;
}

.welcome-img-wrp img {
    width: 100%;
    border-radius: 10px;
    transition: .5s ease-in-out;

}

.welcome-img-wrp img:hover {
    transform: scale(1.05);
}

.welcome .welcome-bg img {
    width: 960px;
    position: absolute;
    bottom: -81px;
    z-index: -1;
    left: -225px;
}

/* section welcome css start  */

/* section our product css start  */




.our-product-parent .product-content img {
    width: 24px;

}

.our-product-parent .product-content {
    text-align: center;
}

.our-product-parent .product-content .blue-line {
    width: 10%;
    background-color: #18a0db;
    padding: 2px;
    margin: 0px auto;
}

.our-product-parent .product-slider-wrp .product-slider.owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}

.product-slider-wrp {
    margin-top: 15px;
}

.product-slider-wrp .product-slider-content {
    transition: 0.5s ease-in-out;
}

.product-slider-wrp .product-slider-content img {
    border-radius: 10px;
    position: relative;
}

.product-slider-wrp .product-slider-content:hover {
    transform: translate(0px, -5px);
}

.product-slider-wrp .product-slider-content .product-slider-heading {
    text-align: center;
    font-family: Poppins-SemiBold;
    color: #fff;
    position: absolute;
    bottom: 17px;
    left: 0px;
    right: 0px;
}

.our-product-parent .product-slider-wrp .product-slider .owl-nav {
    display: block;
}

.our-product-parent .product-slider-wrp .product-slider .owl-nav.disabled .owl-prev span img {
    position: absolute;
    top: 105px;
    left: -65px;
    padding: 10px;
    width: 60px;
}

.our-product-parent .product-slider-wrp .product-slider .owl-nav.disabled .owl-next span img {
    position: absolute;
    top: 105px;
    right: -65px;
    padding: 10px;
    width: 60px;
}

/* section our product css end  */

/* section why choose us css start  */

section.why-choose-us {
    position: relative;
    padding-bottom: 60px;
    margin-top: 30px;
}

section.why-choose-us:after {
    content: '';
    position: absolute;
    background-color: #18a0db;
    height: 611px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -11;
}

.choose-us-img {
    overflow: hidden;
}

.choose-us-img img {
    width: 100%;
    transition: 0.5s ease-in-out;
}

.choose-us-img img:hover {
    transform: scale(1.05);
}

.why-choose-us .why-choose-us-content .blue-line {
    width: 20%;
    background-color: #18a0db;
    padding: 2px;
}

.why-choose-us .why-choose-us-content img {
    width: 24px;

}

.why-choose-us .choose-us-responsive-img img {
    display: none;
}

.why-choose-us .col-lg-6 {
    padding: 0px;
}

.why-choose-us-content {
    padding: 0px 30px;
    margin-bottom: 30px;
}

.why-choose-us-card-content-wrp {
    background-color: #fff;
    padding: 40px 40px 52px;
}

.why-choose-us-card-content {
    display: flex;
    align-items: baseline;
}

.card-inner-content {
    padding: 0px 15px;
    margin-bottom: 25px;
}

.card-inner-content h4 {
    margin-bottom: 0px;
    font-family: Poppins-SemiBold;
    font-size: 18px;

}

.card-inner-content p {
    line-height: 19px;
}

.tick-wrp img {
    width: 18px;
}

.why-choose-us .why-choose-us-card-content-wrp .readmore-btn-last {
    margin-left: 30px;
    margin-top: 15px;
}

.why-choose-us .why-choose-us-card-content-wrp .readmore-btn-last a {
    border: 2px solid #18a0db;
    padding: 10px 20px;
    text-decoration: none;
    color: #000000;
}

.why-choose-us .why-choose-us-card-content-wrp .readmore-btn-last a:hover {
    border: 2px solid #18a0db;
    background-color: #18a0db;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    transition: .3s;
}


/* section why choose us css end  */




/* footer css start  */

footer {
    padding: 60px 0px;
}

.footer-content img {
    width: 26%;
}

.footer-content p {
    padding-top: 30px;
    padding-right: 130px;
    padding-bottom: 20px;

}

.footer-content h6 {
    font-size: 25px;
    text-transform: uppercase;
}

.footer-content ul {
    padding: 0px;
    margin-top: 20px;
}

.footer-content ul li {
    list-style: none;
    padding: 9px 0px;
}

.footer-content ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    font-family: Poppins;

}

.footer-social-media-icon a {
    color: #18a0db;
    text-decoration: none;
    margin-right: 19px;
}

.footer-social-media-icon a i {
    font-size: 29px;

}

.contact-info-wrp {
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.contact-info-wrp img {
    width: 30px;
    margin-right: 10px;
}

.contact-location-info-wrp {
    display: flex;
    padding: 10px 0px;
}
.contact-info-wrp .flex_bottom_text p a{
    text-decoration: none;
    color: #000000;
    font-family: Poppins;
}
.contact-location-info-wrp img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}


.contact_flex {
    padding-top: 20px;
}


.footer-content ul li span {
    font-size: 12px;

}

.footer-content ul li i {
    font-size: 15px;
    margin-left: 15px;
}

.bottom-footer-wrp {
    background: #848585;
    padding: 20px;
    position: relative;
}



.bottom-footer p {
    font-size: 18px;
    color: #ffff;
}

.whatsapp img {
    position: fixed;
    bottom: 43px;
    text-align: center;
    width: 50px;
    right: 38px;
    z-index: 9;
    display: none;
}

/* footer css end  */

/*---------------  home page page css end ----------------- */


/*------------------- contact page css start-------------------  */



.contact-banner-wrp .contact-img {
    position: relative;
}

.contact-banner-wrp .contact-img img {
    width: 100%;
}

.contact-banner-heading {

    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    text-align: center;
    color: #Ffffff;

}

.contact-banner-heading span {
    width: 10%;
    background-color: #fff;
    padding: 0.5px;
}

.contact-banner-p {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 54%;
    margin: 0px auto;
}

/* .contact-banner-heading h1 {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    text-align: center;
    color: #Ffffff;
} */

section.contact-form {
    /* margin: 60px 0px; */
    /* background-color: #ffffff; */
    padding: 100px 0px;
    position: relative;
}

.contact-form:after {
    content: '';
    position: absolute;
    background-color: #18a0db;
    height: 346px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -11;
    width: 100%;
}

.contact-form .contact-heading {
    text-align: center;
    padding-bottom: 30px;
}

.contact-form .contact-heading h2 {
    padding-top: 0px;
}

.contact-form .contact-heading .blue-line {
    width: 10%;
    background-color: #18a0db;
    padding: 2px;
    margin: 0px auto;
}

.contact-form .contact-form-wrp {
    background-color: #ffffff;
    padding: 30px;
}

.form-group {
    margin-top: 15px;
}

.form-control {
    border: 1px solid #18a0db;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 9px 11px;
    font-size: 15px;
}

.form-control:focus {
    border: 1px solid #18a0db;
    background-color: #ffffff;
    box-shadow: none;
}

.form-group {
    text-align: center;
}

.contact-form .contact-form-wrp .form-submit {
    font-family: Poppins-SemiBold;
    padding: 10px 35px;
    background: none;
    border: 2px solid #18a0db;
    transition: .3s;
}

.contact-form .contact-form-wrp .form-submit:hover {
    background: #18a0db;
    border: 2px solid #18a0db;
    color: #ffffff;
}

.contact-map iframe {
    height: 395px;
    width: 100%;
}

/*----------------- contact page css start ----------------- */

/*----------------- products page css start-----------------  */

/* product banner section css start  */

.product-banner-wrp .product-banner-img {
    position: relative;
}

.product-banner-wrp .product-banner-img img {
    width: 100%;
}

.product-banner-wrp .product-banner-heading {

    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    text-align: center;
    color: #Ffffff;

}

.product-banner-wrp .product-banner-heading span {
    width: 10%;
    background-color: #fff;
    padding: 0.5px;
}

.product-banner-wrp .product-banner-heading .product-banner-p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0px auto;
}

.product-banner-wrp .product-banner-heading .product-banner-p p {
    margin: 0px 15px;
    font-family: Montserrat-ExtraLight;
}

/* product banner section css end  */

/* our products box section css start  */

.spices-parent .spices-box {
    transition: 0.5s ease-in-out
}

.spices-parent .spices-box:hover {
    transform: translate(0px, -5px);
}


section.spices-parent {
    margin-top: 60px;
}

section.spices-parent.white {
    background-color: #ffffff;
}

.spices-parent .spices-box {
    margin-bottom: 27px;
    position: relative;
}

.spices-parent .spices-heading {
    text-align: center;
    margin-bottom: 30px;
}

.spices-parent .spices-heading .blue-line {
    width: 10%;
    background-color: #18a0db;
    padding: 2px;
    margin: 0px auto;
}

.spices-parent .spices-box img {
    width: 100%;
    border-radius: 10px;
}

.spices-parent .spices-box .box-img-text {
    text-align: center;
    font-family: Poppins-SemiBold;
    color: #fff;
    position: absolute;
    bottom: 17px;
    left: 0px;
    right: 0px;
}

/* our products box section css end  */

/* ----------------- products page css end-----------------  */


/*----------------- about page css start---------------  */

/* about us parent section start  */

.about-parent .about-content-img img {
    width: 100%;

}

.about-parent {
    margin-top: 100px;
    margin-bottom: 60px;

}

/* about us parent section end  */

/* our value section css start  */

.welcome.grey {
    padding-top: 80px;
    padding-bottom: 60px;
}

.our-value-parent.white {
    background-color: #ffffff;
    padding: 80px 0px;
}

.our-value-parent .blue-line {
    width: 20%;
    background-color: #18a0db;
    padding: 2px;
}


.our-value-parent .our-value-content .heading-top img {
    width: 24px;
}

.our-value-parent .our-value-box-wrp {
    margin-left: 35px;
}

.our-value-parent .our-value-box-wrp .our-value-box {
    padding-top: 30px;
}

.our-value-img {
    margin-left: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.our-value-img img {
    width: 100%;
    border-radius: 10px;
    transition: .5s ease-in-out;
}

.our-value-img img:hover {
    transform: scale(1.05);
}

.our-value-parent .choose-us-responsive-img img {
    display: none;
}

/* our value section css end  */


/*----------------- about page css end---------------  */

/*----------------- services page css end---------------  */


/* section service-parent start */

.service-parent {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 60px;

}

.service-parent .blue-line {
    width: 20%;
    background-color: #18a0db;
    padding: 2px;
}

.service-parent .welcome-content .heading-top img {
    width: 24px;
}

.service-parent .services-bottom-content {
    margin-top: 25px;
}

.service-parent .service-img-wrp img {
    width: 100%;
    border-radius: 10px;
}









/* swiper slider css start  */

.banner_slider {
    width: 100%;
    height: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.banner_slider .heading {
    width: 60%;
    text-align: center;
    margin: 0px auto;
    position: absolute;
    bottom: 50px;
}

@media (max-width: 991px) {
    .banner_slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .banner_slider {
        height: 500px;
    }
}

.banner_slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.banner_slider .swiper-container {
    width: 100%;
    height: 590px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner_slider .slide-inner {
    width: 100%;
    height: 590px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: left;
}

.banner_slider .swiper-button-prev,
.banner_slider .swiper-button-next {
    background: none;
    width: 75px;
    height: 75px;
    line-height: 76px;
    margin-top: -30px;
    text-align: center;
    /* border: 2px solid #ffffff; */
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.banner_slider:hover .swiper-button-prev,
.banner_slider:hover .swiper-button-next i {
    font-size: 70px;
    color: #fff;
}

.banner_slider:hover .swiper-button-prev,
.banner_slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .banner_slider .swiper-button-prev,
    .banner_slider .swiper-button-next {
        display: none;
    }
}

.banner_slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

/* 
.banner_slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #000000;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
} */

.banner_slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

/* 
.banner_slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #000000;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
} */

.banner_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.banner_slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner_slider .swiper-container-horizontal>.swiper-pagination-bullets,
.banner_slider .swiper-pagination-custom,
.banner_slider .swiper-pagination-fraction {
    bottom: 30px;
    display: none;
}

@media screen and (min-width: 992px) {}

.swiper-pagination {
    text-align: left;
}

.banner_slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .banner_slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;

    }
}


.udyaan_slider {

    transition: all .4s ease;
}

@media (max-width: 991px) {
    .udyaan_slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .udyaan_slider {
        height: 200px;
    }
}

@media screen and (min-width: 992px) {
    .udyaan_slider .container {
        padding-top: 95px;
    }
}

.udyaan_slider .slide-title,
.udyaan_slider .slide-text,
.udyaan_slider .slide-btns {
    max-width: 690px;
}

.udyaan_slider .slide-title h2 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
}

@media (max-width: 1199px) {
    .udyaan_slider .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .udyaan_slider .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .udyaan_slider .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.udyaan_slider .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .udyaan_slider .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.udyaan_slider .slide-btns>a:first-child {
    margin-right: 10px;
}


.udyaan_slider .carousel-heading {
    top: 41%;
}

.udyaan_slider .carousel-heading {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.udyaan_slider .carousel-heading h5 {
    font-family: Poppins-ExtraLight;
    font-size: 40px;
}

.udyaan_slider .carousel-heading p {
    font-family: Montserrat-ExtraLight;
    margin-bottom: 0px;
    font-size: 20px;
    margin: 0px 14px;
}

.udyaan_slider .carousel-heading .header-banner-p {
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.udyaan_slider .carousel-heading .header-banner-p span {
    width: 15%;
    background-color: #fff;
    padding: 0.5px;
}


/* banner section css end  */